home *** CD-ROM | disk | FTP | other *** search
-
- REFERENCE
-
- Here is a quick reference to remind you what certain tags mean:
-
- This is the basic outline of an HTML document:
-
- <HTML>
- <HEAD>
- <TITLE>
- </TITLE>
- </HEAD>
- <BODY>
- </BODY>
- </HTML>
-
- Tags covered in HTML 101 & HTML 201
-
- <P> paragraph tag
-
- <BR> line break tag
-
- <HR> horizontal rule tag
-
- <B> </B> bold tag
-
- <I> </I> italics tag
-
- <DL> </DL> definition list tag
-
- <DT> definition term tag
-
- <DD> definition description
-
- <UL> </UL> unordered list tag
-
- <OL> </OL> ordered list tag
-
- <LI> list item tag
-
- <A HREF="value"> </A> anchor tag with hypertext reference value
-
- <A HREF="mailto:email address"> </A> anchor tag with email value
-
- <A NAME="some name"> anchor point
-
- <A HREF="#some name"> </A> jump link
-
- <IMG SRC="title.GIF"> insert graphic tag
-
- ALIGN=top
- ALIGN=middle alignment commands
- ALIGN=bottom
-
- <IMG SRC="title.GIF" ALIGN=top> graphic tag with alignment command
-
- <CENTER> </CENTER> center tags
-
- <BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#0000a0" VLINK="#ff0000"> </BODY> color modification of background, text, link and visited links
-
- Hexidecimal codes for colors
-
- 000000-black ffff00-primary yellow
-
- 0033ff-primary blue cc9966-beige
-
- cc0000-primary red cccccc-light gray
-
- ff00cc-hot pink 666699-dark gray
-
- 6600cc-purple 3333ff-turqoise
-
- 9966ff-lavender 00cc33-primary green
-